projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
933d241
)
docs: Fix typo and whitespace
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 21 Dec 2020 17:03:42 +0000
(17:03 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 21 Dec 2020 17:03:42 +0000
(17:03 +0000)
docs/reference/gtk/migrating-3to4.md
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.md
b/docs/reference/gtk/migrating-3to4.md
index a8ba76e557545d6728d3f2d359ab7219b430a201..bd66bea510d10e3b30cea81a7bfdf207e90798c4 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.md
+++ b/
docs/reference/gtk/migrating-3to4.md
@@
-1062,7
+1062,7
@@
to start a drag manually, call gdk_drag_begin().
The ::drag-data-get signal has been replaced by the #GtkDragSource::prepare
signal, which returns a #GdkContentProvider for the drag operation.
-The destination-side Drag-and-Drop
apis
in GTK 4 have also been changed
+The destination-side Drag-and-Drop
API
in GTK 4 have also been changed
to use an event controller, #GtkDropTarget. Instead of calling
gtk_drag_dest_set() and connecting to #GtkWidget signals, you create
a #GtkDropTarget object, attach it to the widget with